'Declaration
Public Function Overlaps( _ ByVal value As Range(Of T) _ ) As Boolean
Parameters
- value
- A range to test.
Return Value
true if any of the range in
value
is within this range.value
.'Declaration
Public Function Overlaps( _ ByVal value As Range(Of T) _ ) As Boolean
value
is within this range.Exception | Description |
---|---|
System.ArgumentNullException | value is null. |